scrolled window: Fix size requisition with overlay scrolling
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Mar 2015 19:18:13 +0000 (14:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 Mar 2015 19:18:13 +0000 (14:18 -0500)
commit6e7ad732fcd4ddf52f86cd5831195d969fae27fe
treeb1902e9d0d7d222e25ffbfd6a678b67585cdbffa
parentcbf5b49cb8692d0743706cc5f535e3ed01049c08
scrolled window: Fix size requisition with overlay scrolling

When the scrollbars are overlayed, the size requisition of the
scrolled window should not depend on whether the scrollbars are
visible or not. This was not quite the case, because we forgot
one case where scrollbar size was still added to the requisition.
gtk/gtkscrolledwindow.c